*{
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;   
}

body {
    font-family: questrial;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    height: 75px;
    display: flex;
    align-items: center;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo { 
    color: #323337;
    font-size: 17px;
    font-weight: 200;
}

.menu .navbar ul li {
    position: relative;
    float: left;
    margin: auto;
}

.menu .navbar ul li a {
    font-size: 17px;
    padding: 20px;
    color: #323337; 
    display: block;
}

.menu .navbar ul li a:hover {
    color: rgb(112, 112, 112);
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}










.sobrenosotros {
    background-color: rgb(161, 161, 161);
    height: 572px;
    display: flex;
    align-items: center;
    
}

.sobrenosotros-content {
   width: 30%;
   position: relative;
   left: 130px;

}

.sobrenosotros-content h1 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.5px; 
    color: #414242;
}

.sobrenosotros-content p {
    text-align: justify;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #414242;  
}











.mision-vision {
    display: flex;
    text-align: justify;
    color: #414242;
}

.mision {
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vision {
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;   
}

.mision-vision h3 {
    text-align: justify
}

.mision-vision p {
    text-align: justify;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #414242;
}















.info {
    display: flex;
    height: 400px;
    text-align: justify;
    color: #323337;
}

.text-pregunta {
    width: 50%;
    background-color: #323337;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    letter-spacing: 0.5px;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 125px;
}


.respuesta-1 {
    width: 50%;
    background-color: #fff;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-buap {
    width: 170px;
    position: relative;
    left: 320px;
    top: 20px;
    
    
    
    
}

.respuesta-2 {
    width: 50%;
    background-color: #fff;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.respuesta-3 {
    width: 50%;
    background-color: #E1E2E6;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
















.footer {
    padding: 100px 0;
    background-color: #000000
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.link h3 {
    font-size: 18px;
    color: #F9FAFC;
    margin-bottom: 15px;
}

.link a {
    font-size: 16px;
    color: #C5C5C5;
    display: block;
    margin-bottom: 15px;
}

